@charset "utf-8";
/* CSS Document */


body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
body{
	width:100%;
	background-color: #f8f8f8;
}
body, button, input, select, textarea {
	font-family:"Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti",  SimSun, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp {
	font-family:"Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti",  SimSun, sans-serif
}
small {
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
/*a:hover {
	text-decoration: underline;
}*/
sup {
	text-align: text-top;
}
sub {
	text-align: text-bottom;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
	
}

/*.contentLeft img{width:640px;height:320px;}*/

button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	border: none;
}
input:focus {
	outline: none;
}
select:focus {
	outline: none;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom:1;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #a6b2be;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #a6b2be;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:  #a6b2be;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #a6b2be;
}
.dn {
	display: none !important;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding: 0;
}
.oP {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.word{word-wrap: break-word; word-break: break-all}
/*以上去掉默认样式*/


/*public css */
.nav{
	position: fixed;
	top:0;
	width:100%;
	height:auto;
	z-index: 10000;
	background: #fff;
}
.nav_1{
	position: fixed;
	left: 0;
	width: 100%;
	height: 52px;
	background: #2F3135;
}
.nav.login-nav-box{
	-webkit-box-shadow: 0px 2px 18px 0px rgba(12,36,70,0.05), 0px 4px 5px 0px rgba(9,15,42,0.03);
	   -moz-box-shadow: 0px 2px 18px 0px rgba(12,36,70,0.05), 0px 4px 5px 0px rgba(9,15,42,0.03);
	        box-shadow: 0px 2px 18px 0px rgba(12,36,70,0.05), 0px 4px 5px 0px rgba(9,15,42,0.03);
}
.back_body{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 998;
	display: none;
}
/*top*/
.top{
	position: relative;
	width:1200px;
	margin:0 auto;
	z-index: 999;
}
.top_inner{
	position: relative;
	width: 1200px;
	height: 52px;
	line-height: 52px;
	margin: 0 auto;
	color: #FFFFFF;
	overflow: hidden;
	/*display: none;*/
}
.top_inner li a{
	color: #FFFFFF;
}
/*.login-nav-box .top_inner{
	
	height: 52px;
	line-height: 52px;
}*/
.gao.tougao .xiezuo_icon{
	display: inline-block;
	width: 13px;
	height: 15px;
	vertical-align: middle;
	background: url("../img/icon/ic_xiezuo9.1.5@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
	     margin-top: -1px;
}
.gao.tougao a{
	display: inline-block;
	font-size: 16px;
}
.gao.tougao:hover .xiezuo_icon{
	background: url("../img/icon/ic_xiezuo_active9.1.5@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
.gao.tougao:hover a{
	color: #1FCDEB;
}
.nav-search-outbody{
	display: inline-block;width:100%;
	display: none;
}
.nav-search-outbody .nav-search-body{position:relative;width:80%;margin: 0 auto;}
.nav-search-outbody .nav-search{
	position: relative;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 20px;
	height: 52px;
	line-height: 52px;
	background: #FFFFFF;
}
.nav-search-outbody .nav-search .nav-search-input{
	outline: none;
	width: 80%;
	height: 52px;
	margin-left:32px;
	line-height: 52px;
	font-size: 14px;
	color:#000000;
    border: none;
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.nav-search-outbody .nav-search .nav-search-icon{
	position: absolute;
	left: 20px;
	top:16px;
	width: 20px;
	height: 20px;
	background: url("../img/nav_sousuo9.1.5@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
	vertical-align: middle;
	border:0;
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: 100% 100%;
	     background-size: 100% 100%;
	background-color: #ffffff;
}
.nav-search-outbody .nav-search-body .sousuo-close{
	position: absolute;
	right: 20px;
	top:18px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../img/close9.1.5@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
	vertical-align: middle;
	z-index: 99;
}
.search-outbody{
	display: inline-block;width:400px;
}
.search-outbody .search-body{position:relative;width:100%;}
.search-outbody .search{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	width: 330px;
	height: 34px;
	background: #FFFFFF;
	-moz-border-radius: 6px 0px 0px 6px;
	     border-radius: 6px 0px 0px 6px;
	border: 1px solid #293753;
}
.search-outbody .search .search-input{
	width: 280px;
	height: 34px;
	margin-left:20px;
	line-height: 34px;
	font-size: 14px;
	color:#000000;
    border: none;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.search-outbody .search .search-icon{
	position: absolute;
	left: 20px;
	top:50%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background-image: url('../img/search2.png');
	border:0;
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: 100% 100%;
	     background-size: 100% 100%;
	background-color: #ffffff;
}
.search-outbody .search .search-input::-ms-input-placeholder{
	color:#CED1DD;
}
.search-outbody .search .search-input::-moz-placeholder{
	color:#CED1DD;
}
.search-outbody .search .search-input::-webkit-input-placeholder{
	color:#CED1DD;
}
.search-outbody .search-body .textbtn{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #293753;
	color: #ffffff;
	font-size:16px;
	font-weight: bold;
	-moz-border-radius: 0px 6px 6px 0px;
	     border-radius: 0px 6px 6px 0px;
	border: 1px solid #293753;
	cursor: pointer;
}
.nav_2,.top_inner{
	position: relative;
}
.top_inner .nav_2{
	display: inline-block;
}
.logo,.old-logo{
	display: inline-block;
	width: 121px;
	height: 26px;
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 11;
}
.logo img,.old-logo img{
	width: 121px;
	height: 26px;
}
.top_inner .gao,.top2 .gao{
	cursor: pointer;
}
/*.top_inner .old-logo{
	display: none;
	position: absolute;
	left: 0;
	top:50%;
	height:30px;
	margin-top: -15px;
	z-index:10;
}
.top_inner .old-logo img{
	height:30px;
}
.top_inner .other-btn-box{
	position: absolute;
	right: 0;
	height: 34px;
	top: 50%;
	margin-top: -17px;
}
.top_inner .gao{
	cursor: pointer;
}

.top_inner .client{
	position:relative;
}
.top_inner .client:hover .erweima{
	display: block;
}
.top_inner .open-app-text{
	line-height: 24px;
	font-size:16px;
	color: #000000;
}*/
.log_in{
	color: #FFFFFF;
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
}
.log_register{
	width: 100px;
	-moz-border-radius: 2px;
	     border-radius: 2px;
	border: 1px solid #1FCDEB;
	text-align: center;
 }
.log_register:hover{
	background: #1FCDEB;
}
.top2 .outlog a:hover,.outlog a:hover,.outlog a:hover span{
	color: #1FCDEB;
}
.top2 .log_in a{
	display: inline-block;
	color: #FFFFFF;
	font-size:16px;
}
.log_in .avatar{
	display: inline-block;
	padding:0;
	margin-right:5px;
}
.log_in .avatar img{
	width:28px;
	height:28px;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	vertical-align: middle;
}
.log_in .username{
	display: inline-block;
	padding:0;
	font-size:16px;
	color:#FFFFFF;
	line-height: 28px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*.search{
	padding-left:7px;
	border:none;
	margin-top: 10px;
	width: 160px;
	height:30px;
	background: url("../img/search.png")no-repeat;
	vertical-align: middle;
}*/
.top ul li{
	float: right;
}
#gotoAdmin{
	margin-left: 22px;
	margin-right: 22px;
}
#userName{
	margin-right: 10px;
}
.mod_search_input{
	position: relative;
	width: 180px;
}
.btn{
	cursor: pointer;
	border:none;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 16px;
	right: 0px;
	background: url("../img/search2.png")no-repeat;
}


.ttk-popup-intro{
	display: none;
	position: absolute;
	left: -100px;
	top: 50px;
	width:270px;
	background: #FFFFFF;
	-moz-border-radius: 14px;
	     border-radius: 14px;
	border: 2px solid #EBF1FB;
	z-index: 10;
}
.ttk-popup-intro .cont-text{
	padding:29px 20px 0;
	color:#4A4A4A;
	font-size:14px;
	line-height: 20px;
	text-align: left;
	font-weight: 400;
}
.ttk-popup-intro .cont-text p:nth-child(2){
	margin-top: 20px;
}
.ttk-popup-intro .btn-cont{
	margin-top: 30px;
	padding: 16px 0;
	text-align: center;
	color: #3C3C3C;
	font-size: 14px;
	border-top: 1px solid #E7E7E7;
	line-height:1;
	cursor: pointer;
}
.content{
	margin:0 auto;
	width: 1000px;
}
.con{
	position: absolute;
	top: 76px;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.con.maxtop{
	top:136px;
}
.con.nonav{
	top: 76px;
}
/*二级导航*/
.laidian_nav_icon{
	display: inline-block;
	width: 12px;
	height: 16px;
	vertical-align: middle;
	background: url("/desktop/images/laidian9.1.5@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
	margin-left: 1px;
}
.top2{
	padding-left:153px;
	height: 52px;
	line-height: 52px;
	z-index: 99;
	background: #2F3135;
	-moz-border-radius: 0px 8px 0px 0px;
	     border-radius: 0px 8px 0px 0px;
}
.top .select{color:#17adc1}
.top2 .li_hover{
	float: left;
	text-align: center;
	height:52px;
	line-height:52px;
}

.top2 .li_hover a{
	padding: 0 15px;
	height: 100%;
	display: block;
	color: #ffffff;
}

.top2 .li_hover:hover{
	background: #1FCDEB;
}
.top2 .border_bottom.li_hover:hover{
	background: #2F3135;
}
.nav_2 .top2 .border_bottom a{
	position: relative;
	/*background: #1FCDEB;*/
	color: #1FCDEB;
}
.nav_2 .top2 .border_bottom a .laidian_nav_icon{
	background: url("/desktop/images/laidian_active9.1.5@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
.erweima{
	position: absolute;
	top: 30px;
	left: -65px;
	display: none;
	width:178px;
	height:182px;
	background: url("../img/huaguo.png")no-repeat center center/100% 100%;
	z-index:9999999;
}
.info li a:hover{
	color: #17adc1;
}
.sousuo #sousuo-icon{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("/desktop/img/sousuo9.1.5@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
	vertical-align: middle;
	cursor: pointer;
}
.sousuo #sousuo-icon:hover{
	background: url("/desktop/img/sousuo_active9.1.5@2x.png") no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
/*footer*/
.footer{
	width: 100%;
	min-width: 1200px;
	margin-top: 30px;
	padding:19px 0 30px;
	position: relative;
	font-size:12px;
	color: #A2A5AD;
	background: #161E30;
}
.footer div{
	width: 1200px;
	margin: 0 auto;
}
.footer .aboutUs{
	padding-top:8px;
	padding-bottom:10px;
	text-align:center;
	border-top: 1px solid #242C3D;
	border-bottom: 1px solid #242C3D;
}
.aboutUs a:hover{
	color: #1FCDEB;
}
.footer .usMsg{
	margin-top: 19px;
	text-align: center;
	/*margin: 19px auto 0;*/
	line-height: 18px;
}
.footer .magLeft{
	margin-left: 39px;
}
.footer div a{ color: #A2A5AD;font-size:12px; }
.footer div small{ color:#eee; width:0px; text-align:center; margin:0 50px;}
.footer .copyright{
	color:#666;
	padding-bottom:10px;
}
.qctt{
	height: 32px;
}
.img img:hover{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.right-choula{
	position: fixed;
	bottom: 50px;
	right: 15px;
	width: 50px;
	height: 50px;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	z-index: 997;
	overflow: hidden;
}
.right-choula img{
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	     border-radius: 50%;
}
.right-choula .app-back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	background: #FFFFFF;
	opacity: 0.6;
}
.erweimaApp{
	position: fixed;
	bottom: 40px;
	right: 75px;
	width: 120px;
	height: 294px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 13px;
	text-align: center;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #2A2A2A;
	z-index: 101;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 3px 24px -3px rgba(0, 0, 0, 0.16);
	   -moz-box-shadow: 0px 3px 24px -3px rgba(0, 0, 0, 0.16);
	        box-shadow: 0px 3px 24px -3px rgba(0, 0, 0, 0.16);
	border: 1px solid #F2F2F2;
	-moz-border-radius: 4px;
	     border-radius: 4px;
	display: none;
}
.erweimaApp p{
	font-size: 13px;
	margin-bottom: 6px;
}
.erweimaApp img{
	width: 94px;
	height: 94px;
	background: #FFFFFF;
}
.erweimaApp .hengline{
	width: 100%;
	height: 1px;
	background: #000000;
	opacity: 0.1;
	margin: 12px auto;
}
.back{
	display: none;
	position: fixed;
	bottom:130px;
	right: 15px;
	width:50px;
	height:50px;
	background: url("../img/icon/nogotoTop9.1.5@3x.png")no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
	z-index:997;
}
.back:hover{
	background: url("../img/icon/gotoTop9.1.5@3x.png")no-repeat center;
	-moz-background-size: contain;
	     background-size: contain;
}
/*加载更多*/
.more .more_btn{
	width: 140px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #1FCDEB;
	-moz-border-radius: 2px;
	     border-radius: 2px;
	border: 1px solid #1FCDEB;
	padding: 0;
	margin: 32px auto 0;
	text-align: center;
	cursor: pointer;
}
.more .more_btn:hover{
	background: #1FCDEB;
	color: #FFFFFF;
}
.grey{
	color: #999;
}
.blue{
	color: #00C7E5;
}
/*面包屑*/
.crumbs-tab-list{
	height: 40px;
	margin:0 auto;
	line-height: 40px;
	z-index: 10000;
	font-size:12px;
	font-weight: 400;
	color: #777F8F;
}
.crumbs-tab-list .text{
	color: #000;
}
.crumbs-tab-list .hasline{
	position: relative;
	padding-right: 15px;
	margin-right: 3px;
	color: #000;
}
.crumbs-tab-list .hasline:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 12px;
	height: 1px;
	margin-top: -0.5px;
	background-color: #777F8F;
}
/*登陆弹窗*/
.log_box{
	width: 951px;
    height:545px;
    background-image: url("/desktop/img/index_logo9.1.5@2x.png");
	background-repeat: no-repeat;
	-moz-background-size:contain;
	     background-size:contain;
	margin: 92px auto 0;
	-webkit-box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.04), 0px 5px 16px -8px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.04), 0px 5px 16px -8px rgba(0, 0, 0, 0.08);
	        box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.04), 0px 5px 16px -8px rgba(0, 0, 0, 0.08);
	-moz-border-radius: 4px;
	     border-radius: 4px;
	overflow: hidden;
}
.log_box .left-content{
	position: relative;
	display: inline-block;
	margin-right:-3px;
	width: 45%;
	height: 100%;
}
.log_box .left-content .bgimg{
	height: 100%;
}
.log_box .left-content .rightimg{
	position: absolute;
	right: 0;
	top: 0;
	width: 35%;
}
.log_box .left-content .leftimg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35%;
 }
.log_box .left-content .logoimg{
	position: absolute;
	left: 30px;
	top: 30px;
	width: 50px;
	height: 50px;
}

.log_box .left-content .download-box{
	position: absolute;
	bottom:4%;
	right:3%;
	z-index: 10;
	text-align: right;
}
.log_box .left-content .download-box img{
	width: 15%;
	height: 15%;
}
.log_box .left-content .download-box .text{
	margin-top: 5px;
	font-size: 14px;
	color:#9193A0;
}
.log_box .right-content{
	position: relative;
	display: inline-block;
	width: 55%;
	height: 100%;
	margin-left: -3px;
}
.log_box .right-content .inner-body{
	position: absolute;
	top:0px;
	left: 0;
	width: 100%;
	
}
.log_box .right-content .title-text{
	font-size: 40px;
	color: #000;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.log_box .right-content .tabbar-list{
	margin-top: 48px;
	text-align: center;
}
.log_box .right-content .tabbar-list li{
	display: inline-block;
	position: relative;
	padding-bottom: 7px;
	font-size: 20px;
	color:#777F8F;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	cursor: pointer;
}
.log_box .right-content .tabbar-list li:first-child{
	margin-right: 13%;
}
.log_box .right-content .tabbar-list li.active{
	color: #00C7E5;
}
.log_box .right-content .tabbar-list li.active:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 2px;
	width: 40px;
	margin-left: -20px;
	background: #00C7E5;
	-moz-border-radius: 5px;
	     border-radius: 5px;
}
.log_box .right-content .extra-info{
	margin:3% 16.5% 0;
}
.log_box .right-content .form-box{
	height: 230px;
	margin: 40px 16.5% 0 16.5%;
}
.log_box .right-content .form-box .input-item{
	outline: none;
	border: none;
	width: 100%;
	padding:2% 20px;
	border-bottom: 1px solid #CED1DD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.log_box .right-content .form-box .input-item.user_username{
	margin-bottom: 20px;
}
.log_box .right-content .form-box .btn_login{
	margin-top: 40px;
	width: 100%;
	padding:1.7% 0;
	text-align: center;
	background: #00C7E5;
	-moz-border-radius: 30px;
	     border-radius: 30px;
	border:0;
	outline: none;
	color: #fff;
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: 500;
}
.log_box .right-content .form-box .btn_login.disabled_input{
	background-color: #ccc;
}
.log_box .right-content .form-box .password_prompt_text{
	margin-top: 2.7%;
	color: #EB3D3D;
	font-size: 14px;
}
.log_box .right-content .ctrl_box{
	font-size: 14px;
}
.log_box .right-content .ctrl_box .remember-icon{
	display: inline-block;
	width:16px;
	height:16px;
	margin-top: -3px;
	vertical-align: middle;
	background-image: url("/img/icon/remember.png");
	background-repeat: no-repeat;
	-moz-background-size: 100% 100%;
	     background-size: 100% 100%;
	cursor: pointer;
}
.log_box .right-content .ctrl_box .noselected .remember-icon{
	background-image: url("/img/icon/no_remember.png");
}
.log_box .right-content .ctrl_box .remember-text{
	color:#9193A0;
	cursor: pointer;
}
.log_box .right-content .sign_up{
	font-size: 16px;
	color: #9193A0;
}
.log_box .right-content .third_login{
	font-size: 16px;
	color: #9193A0;
}
.log_box .right-content .third_login img{
	margin-right:16px;
	width: 38px;
	height: 38px;
	display: inline-block;
}
.log_box .right-content .qrcode-box{
	height: 230px;
	margin-top: 4.8%;
	display: none;
}
.log_box .right-content .qrcode-box .qrcode-cont{
	position: relative;
	width: 31.3%;
	height: 0;
	padding-top: 31.3%;
	margin:0 auto;
	-moz-background-size: 100% 100%;
	     background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.log_box .right-content .qrcode-box .qrcode-cont .mask{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}
.log_box .right-content .qrcode-box .qrcode-cont .info-cont{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
}
.log_box .right-content .qrcode-box .qrcode-cont .info-cont img{
	width: 50%;
}
.log_box .right-content .qrcode-box .qrcode-cont .info-cont .text{
	margin-top: 10px;
	font-size: 14px;
	white-space: nowrap;
}
.log_box .right-content .qrcode-box .qrcode-cont .info-cont .text.bigmt{
	margin-top: 20px;
}
.log_box .right-content .qrcode-box .qrcode-cont .info-cont .btn-icon{
	margin:10px auto 0;
	padding:6px 20px;
	line-height: 1;
	font-size:12px;
	font-weight: bold;
	background-color: #00C7E5;
	-moz-border-radius: 12px;
	border-radius: 12px;
	cursor: pointer;
	white-space: nowrap;
}
.log_box .right-content .qrcode-box .tips-text{
	margin-top: 2%;
	color:#9193A0;
	font-size: 14px;
	text-align: center;
}
.cancel{
	overflow: hidden;
	height:56px;
}
.cancel img{
	float: right;
}
.log_box .content{
	padding:0 20px;
	margin: 0 auto;
	width:315px;
}
.user li{
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	float: left;
	margin-left:35px;
	width:100px;
	height:37px;
	line-height: 37px;
	color: #666;
}
.user li.select{
	border-bottom:3px solid #17adc1;
}
.m-t-20{
	margin-top:2.7%;
}
.down_load{
	cursor: pointer;
    margin: 4.5% 14.5% 0;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border:1px solid #00C7E5;
	-moz-border-radius: 30px;
	     border-radius: 30px;
}
.pr{
	position: relative;
}
.erweima_big{
	display: none;
	position: absolute;
	top:-340px;
	left:-10px;

}
/*nav */
.p-header-show {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	     transform: translateY(0);
	-webkit-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	transition: all 900ms cubic-bezier(.19, 1, .22, 1);
}
.p-header-show2 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	     transform: translateY(0);
	-webkit-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	transition: all 900ms cubic-bezier(.19, 1, .22, 1);
}
.p-header-show3 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	     transform: translateY(0);
	-webkit-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all 900ms cubic-bezier(.19, 1, .22, 1);
	transition: all 900ms cubic-bezier(.19, 1, .22, 1);
}
.p-header-hide {
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	     transform: translateY(-200px);
	-webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-moz-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	transition: all 300ms cubic-bezier(.55, .055, .675, .19);
}
.p-header-hide3 {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	     transform: translateY(-50px);
	-webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-moz-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	transition: all 300ms cubic-bezier(.55, .055, .675, .19);
}
.p-header-hide2 {
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	-moz-transform: translateY(-60px);
	     transform: translateY(-60px);
	-webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-moz-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	transition: all 300ms cubic-bezier(.55, .055, .675, .19);
}
.second-nav-large {
	height: 50px;
	line-height: 50px;
	-webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-moz-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	transition: all 300ms cubic-bezier(.55, .055, .675, .19);
}
.second-nav-small {
	height: 50px;
	line-height: 50px;
	background-color: #F3F5F6;
	-webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	-moz-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
	transition: all 300ms cubic-bezier(.55, .055, .675, .19);
}


/*登录框密码样式*/
.password_div {
	height: 38px;
	width: 315px;
	border-bottom: 1px solid #ddd;
	position: relative;
	margin: 15px 0;
}
.password_div .loginPasswd {
	height: 26px;
	width: 260px;
	padding: 0;
	border: none;
}
.password_div .capital {
	width: 14px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 11px;
	background-image: url(../images/12.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 14px 18px;
	     background-size: 14px 18px;
}
.show_gray {
    background: url(../img/zanhui.png) no-repeat;
    margin: 10px 5px 0 0;
    width: 18px;
    height: 18px;

}
.show_gray:hover {
    background: url(../img/zanhuihover.png) no-repeat;
    margin: 10px 5px 0 0;
    width: 18px;
    height: 18px;
}
.y_add {
    margin-right: 20px;
}
.show_active {
    background: url(../img/zanlv.png) no-repeat;
    margin: 10px 5px 0 0;
    width: 18px;
    height: 18px;
}
.moreClass{
	border: 0px!important;
	-moz-border-radius: 0px!important;
	     border-radius: 0px!important;
}
/*微信登录*/
.logo-box .weixin-login-box{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 330px;
	height: 260px;
	background: #fff;
	border: 2px solid #EBF1FB;
	-moz-border-radius: 14px;
	     border-radius: 14px;
	z-index: 11001;
	font-size: 14px;
	color:#4a4a4a;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.logo-box .weixin-login-box .close-btn{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	line-height: 22px;
	border: 1px solid #293753;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	text-align: center;
	color: #293753;
	text-decoration: none;
	font-size: 16px;
}
.logo-box .weixin-login-box img{
	width:180px;
	height:180px;
	margin:30px 0 10px;
}


